ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / MacdBase<T> Class / SmoothingPeriod Property






In This Topic
    SmoothingPeriod Property (MacdBase<T>)
    In This Topic
    Gets or sets the exponential moving average period for the signal line.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(9)>
    Public Property SmoothingPeriod As System.Double
    'Usage
     
    
    Dim instance As MacdBase(Of T)
    Dim value As System.Double
     
    instance.SmoothingPeriod = value
     
    value = instance.SmoothingPeriod
    [System.ComponentModel.DefaultValue(9)]
    public System.double SmoothingPeriod {get; set;}
    public read-write property SmoothingPeriod: System.Double; 
    System.ComponentModel.DefaultValueAttribute(9)
    public function get,set SmoothingPeriod : System.double
    [System.ComponentModel.DefaultValue(9)]
    public: __property System.double get_SmoothingPeriod();
    public: __property void set_SmoothingPeriod( 
       System.double value
    );
    [System.ComponentModel.DefaultValue(9)]
    public:
    property System.double SmoothingPeriod {
       System.double get();
       void set (    System.double value);
    }
    See Also